home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 229 / EUCHRE.INS < prev    next >
Text File  |  1984-07-21  |  5KB  |  118 lines

  1.  
  2.                 INSTRUCTIONS FOR COMPUTER EUCHRE
  3.  
  4.  
  5. STARTING THE GAME
  6.     
  7.     1. Enter each players name.  Entering 'return' without a name
  8.        will tell the computer to play for that player.  Any number
  9.        of players may play.
  10.  
  11.     2. Enter the dealer number (player # 1 to 4).  If no number
  12.        is entered, the computer will randomly choose a dealer.
  13.  
  14.     3. Do you want to play with open hands (eg. all cards will
  15.        show during the game)?  Enter 'Y' or 'N'.  If nothing is
  16.        entered, the game will be played with closed hands.
  17.  
  18.     4. The above parameters will remain the same for the whole
  19.        game.  The computer will now shuffle and start the first
  20.        hand.
  21.  
  22.         5. There are two versions of euchre on the disk.
  23.            "EUCHRE.SRC" is the basic version of the game complete
  24.            with remarks and spaced to make it easier to read.  
  25.            This version, however, is too large to run on a 64K
  26.            machine.  If you only have 64K then run "EUCHRE.BAS",
  27.            the same program with remarks and extraneous spaces
  28.            deleted.
  29.  
  30. BIDDING
  31.  
  32.     1. The computer will automatically bid for all computer
  33.        players.  When it is time to enter a bid, the computer
  34.        will flash the players name and tell him to enter his bid.
  35.        Enter 'H', 'D', 'C', or 'S' to bid a suit.  Remember that
  36.        on the first pass you must bid the same suit as the flipped
  37.        card, and on the second bidding pass, you can bid any suit
  38.        except the suit of the flipped card.  If you enter a bid,
  39.        you will then be asked if you want to go alone.  Enter 'Y'
  40.        or 'N'.
  41.  
  42.     2. Enter 'P' or just hit return to pass.
  43.  
  44.     3. Enter 'A' for Autobid to have the computer bid for you.
  45.     
  46.     4. If a bid is made during the first pass, then the dealer
  47.        picks of the flipped card and discards another card.  If
  48.        the computer isn't dealing, then it will ask the dealer to
  49.        enter the card to discard.  This card will not be displayed
  50.        so that only the dealer knows what is discarded.  Enter the
  51.        card as CS where C is the card number (9, 10, J, Q, K, or
  52.        A), and S is the suit (H, D, C, S) eg. to discard the Queen
  53.        of Diamonds, type "QD".
  54.  
  55. PLAYING
  56.  
  57.     1. The computer will automatically play its cards.  When it
  58.        is time to enter a card to play, the computer will flash
  59.        the player's name and tell him to enter a card.  The card
  60.        must be entered as CS (see above).  If you are leading,
  61.        you may lead with any suit, but if you are not leading, you
  62.        must follow suit if you can.  Remember that the left bower
  63.        is a trump card.
  64.  
  65.     2. If someone bids alone, then his partner will not play any
  66.        cards for that hand.  The computer will skip over that
  67.        player.
  68.  
  69.     3. If you want the computer to play a card for you, using the
  70.        same logic it uses to play its own hands, type "A" for
  71.        automatic playing.
  72.  
  73.     4. When there is only 1 card left (the 5th card) the computer
  74.        will play all cards automatically since there is no choice
  75.        to be made.
  76.  
  77.     5. At the end of a hand, hit return to continue on with the
  78.        next hand.
  79.  
  80. DISPLAY
  81.     
  82.     1.  marks the dealer.
  83.  
  84.     2. 'PLAYER X' indicates a computer player.
  85.  
  86.     3. A players name will blink when he must enter either a bid
  87.        or a card.
  88.  
  89.     4. After a card is played, either by a player or the computer,
  90.        that card will be displayed in the center of the screen
  91.        near that players name.
  92.  
  93.     5. If playing with open hands then each players cards will be
  94.        displayed beneath his name.  If a card is underlined, that
  95.        means that it has allready been played.  The cards played
  96.        are listed in the order that they were played.  If a card
  97.        is highlighted, that means that that card won the trick.
  98.  
  99.     6. During bidding, the legal bids are listed in the lower right
  100.        corner of the screen.  Only the first letter must be entered
  101.        for each of those bids.  In addition, the flipped card is
  102.        shown in the upper right corner of the screen during the
  103.        first bidding pass.  After a bid is made, the bidders name
  104.        and the trump suit is displayed in the upper right corner.
  105.        It will also display if the bidder went alone.
  106.  
  107.     7. The scoreboard displayes games, points and tricks won by
  108.        each team.  There are 5 tricks per game and this is updated
  109.        at the end of each trick.  At the end of the hand, points
  110.        are updated for the winning team.  The game is won, and
  111.        display updated, when 1 team gets 10 points.
  112.  
  113.     8. At the end of the game, you will be asked if you want to play
  114.        again.  Enter 'Y' or 'N'.  If you want to change any of the
  115.        starting parameters (eg. Players names, Dealer number, or
  116.        change to open or closed hands), then you must enter 'N'
  117.        and start a new game.
  118.